var runtime.modulesSlice

3 uses

	runtime (current package)
		symtab.go#L488: var modulesSlice *[]*moduledata // see activeModules
		symtab.go#L500: 	p := (*[]*moduledata)(atomic.Loadp(unsafe.Pointer(&modulesSlice)))
		symtab.go#L558: 	atomicstorep(unsafe.Pointer(&modulesSlice), unsafe.Pointer(modules))